home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 April / cd24-www.iso / prog / mac / snak / snak.hqx / Snak 2.0.2 / Scripts / basical < prev    next >
Text File  |  1998-09-03  |  2KB  |  84 lines

  1. # Kent Sorensen 06/06/98 : this file is based on a file included with the 
  2. #                          standard distribution of ircII
  3. # This script is intended for use with all installations of ircII.
  4. # ircII is unlikely to work properly without loading this script
  5. # from 'global'.
  6. #
  7. # by troy & lynx
  8. #     
  9. # on and bind are not supported
  10.  
  11. # Standard ircI-like abbreviations
  12. # No irc client can call itself irc client if its not ircI-compatible!
  13. #
  14.  
  15. #KS aliases defined for Snak
  16. alias F5 say testing function keys
  17. alias F6 whois url
  18. alias Finger CTCP $0 FINGER
  19. alias Version CTCP $0 VERSION
  20. alias Time CTCP $0 TIME
  21. alias Userinfo CTCP $0 USERINFO
  22. alias Clientinfo CTCP $0 CLIENTINFO
  23. alias Chat DCC CHAT $0-
  24. alias DQuery DCC CHAT $0-
  25. alias kb kick $C $0 It's time to kick $0 and chew bubblegum. And I'm all out of bubblegum.
  26. alias i invite $0 $C
  27. alias tn mode $C +tn
  28. #alias l me laughs until $0 comes out of his nose
  29. alias trout me slaps $0 around with a fresh trout
  30. alias p me nods at $0 and gives him a small kipper
  31. alias op mode $C +o $0
  32. alias ChannelClick query $E
  33. alias ConsoleClick msg $E $*
  34. alias m j macintosh,macdev
  35. assign GENDER M
  36. alias e {
  37.  me eats $0
  38.  say *BURP*
  39. }
  40.  
  41. alias a away
  42. alias c channel
  43. alias ch channel
  44. alias e exit
  45. alias h help
  46. #alias i invite
  47. alias j join
  48. alias l list
  49. alias log set log
  50. #alias m msg
  51. alias n names
  52. alias s signoff
  53. alias t topic
  54. alias w whois
  55.  
  56. # Standard ircII aliases..
  57. #
  58. alias chop mo +o
  59. alias unchop mo -o $*
  60. alias mo mode $C $*
  61. alias k kick $C
  62. alias wdetected whois $D
  63. alias show exec -msg $T
  64. alias umode mode $N
  65.  
  66. # DMSG and DQUERY have been replaced. These alii return the
  67. # commands to the user, although the functionality has been
  68. # changed slightly.
  69. #
  70. alias dmsg msg =$0 $1-
  71. alias dquery /query =$0
  72.  
  73. # Reverse text with Ctrl-R
  74. bind ^r type 
  75.  
  76. # Fix for window output
  77. #
  78. window name ircII
  79. #... level all,-crap
  80. # set window level all,-crap
  81.  
  82. # Sent notices should by default not be visible
  83. on ^send_notice * :
  84.